home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00129_Finished Artist Movie.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  189 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if the movieTime of sprite 3 > 0 then
  4.     sound stop 2
  5.   end if
  6.   if the movieTime of sprite 3 = the stopTime of sprite 3 then
  7.     go(marker(0))
  8.   end if
  9. end
  10.